DisplayType Enumeration

Represents the display of a field.

Definition

Namespace: Independentsoft.Office.Odf.Fields
Assembly: Independentsoft.Office (in Independentsoft.Office.dll) Version: 3.0.460.1+37fe42d8e65847775742df0a70fdb403ab6fa65f
C#
public enum DisplayType

Members

Value0 Displays the value of a field.
Formula1 Displays the formula instead of the value of a field.
None2 Hides the content of a field.

See Also